RCOR_ Tablet Orientation
RCOR_ values
are used in the wRcOrient member of the global RC
RCOR_
constants are provided only for compatibility with version 1.0 of the Pen API
and will not be supported in future versions.
The following
table lists the RCOR_ values:
Constant |
X-coordinate |
Y-coordinate |
RCOR_NORMAL |
X = X' |
Y = Y' |
RCOR_LEFT |
X = yMax -
Y' |
Y = X' |
RCOR_RIGHT |
X = Y' |
Y = xMax -
X' |
RCOR_UPSIDEDOWN |
X = xMax -
X' |
Y = yMax -
Y' |
As with the
preceding values, direction is provided as a clue to the recognizer. A
recognizer may attempt to identify the direction of writing by itself.
See Also